home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgLangD.iso / BORLAND TURBO / OCFINC.PAK / OCDEFS.H < prev    next >
C/C++ Source or Header  |  1997-05-06  |  534b  |  16 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectComponents
  3. // Copyright (c) 1994, 1997 by Borland International, All Rights Reserved
  4. //
  5. // $Revision:   2.6  $
  6. //----------------------------------------------------------------------------
  7. #if defined(__TRACE) || defined(__WARN)
  8. # pragma message ocf/ocdefs.h has been replaced by ocf/defs.h & ocf/oleutil.h
  9. #endif
  10. #if !defined(OCF_DEFS_H)
  11. # include <ocf/defs.h>
  12. #endif
  13. #if !defined(OCF_OLEUTIL_H)
  14. # include <ocf/oleutil.h>
  15. #endif
  16.